home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / fbuf / testfbuf.dpr < prev    next >
Encoding:
Text File  |  1995-12-22  |  228 b   |  15 lines

  1. program Testfbuf;
  2.  
  3. uses
  4.   Forms,
  5.   Bufftest in 'BUFFTEST.PAS' {Form1},
  6.   Filebuff in 'FILEBUFF.PAS',
  7.   Asserts in 'ASSERTS.PAS';
  8.  
  9. {$R *.RES}
  10.  
  11. begin
  12.   Application.CreateForm(TForm1, Form1);
  13.   Application.Run;
  14. end.
  15.